home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Pac Man white.swf / scripts / DefineSprite_32_GhKill / frame_12 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  108 b   |  8 lines

  1. tellTarget("/")
  2. {
  3.    playing = true;
  4.    Pacman._visible = true;
  5.    gotoAndStop("Loop");
  6.    play();
  7. }
  8.